Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Orthographic Cameras


Q3OrthographicCamera_New

You can use the Q3OrthographicCamera_New function to create a new orthographic camera.

TQ3CameraObject Q3OrthographicCamera_New (
const TQ3OrthographicCameraData 
*orthographicData);
orthographicData
A pointer to an orthographic camera data structure.
DESCRIPTION
The Q3OrthographicCamera_New function returns, as its function result, a new orthographic camera having the camera characteristics specified by the orthographicData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996